curl --request POST \
--url https://api-lr.agent.ai/v1/action/meeting_prep_generate_subject_line \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "results_subject_line",
"meeting_title": "<string>",
"selected_meeting": "{{selected_meeting}}"
}
'{
"status": 123,
"response": {}
}Generates an email subject line for the meeting prep document.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/meeting_prep_generate_subject_line \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "results_subject_line",
"meeting_title": "<string>",
"selected_meeting": "{{selected_meeting}}"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
Variable name to store the subject line.
^[a-zA-Z][a-zA-Z0-9_]*$The meeting title to format as a subject line.
Full meeting selection string to parse title from.